.page-title .container {
  height: 16em;
  position: relative;
  display: flex;
  align-content: center;
  overflow: visible;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

h1 {
  text-align: left;
  font: normal normal bold 40px/43px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 12px;
  line-height: 1.5;
  color: #53b4ba;
}

.page-title {
  background-color: #53b4ba;
  color: white;
}

.page-header {
  padding-top: 9em;
}

.img-fluid.image {
  opacity: 1;
  transition: 0.5s;
  border: 1px solid #179db6;
}

.image.img-fluid:hover {
  opacity: 0.3;
}

.number_123 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  color: #cdcdcd;
  display: block;
}

@media only screen and (max-width: 900px) {
  h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 24px;
  }

  .page-title .container {
    height: 17em;
    position: relative;
    display: flex;
    align-content: center;
    overflow: visible;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 0em 32px;
  }
}
